'use client';

import { Skeleton } from 'antd';

export const SkeletonInput = () => <Skeleton.Input active block />;
